@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Oswald:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher&display=swap");
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

.video {
  padding: 60px 0px;
}

.video .section-title {
  font-size: 46px;
    text-align: center;
    color: #00af66;
    font-weight: 500;
    line-height: 1;
}

.video .section-subtitle {
  font-size: 14px;
  text-align: center;
}
.myjumbotron{
   text-align: center;
}
   .myjumbotron h3{
         font-size: 18px;
    font-weight: normal;
    color: #dc3545;
    display: inline-block;
    background: #dc35451c;
    padding: 15px;
    }
     .myjumbotron h6{
         font-size: 18px;
    font-weight: normal;
    color: #dc3545;
    display: inline-block;
    background: #dc35451c;
    padding: 15px;
    }
.video .main-title {
margin-top: 60px;
 
    font-size: 22px;
    margin-bottom: 30px;
    background: #00af660f;
    border-left: 10px solid #00af66;
    padding: 5px 0px;
    padding-left: 15px;
}

.popular {
  margin: 0px -10px;
}

.popular .slick-next {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 1px 3px #b5acac;
          box-shadow: 0px 1px 3px #b5acac;
  border-radius: 50%;
  right: -18px;
  background: white;
  top: 30%;
}

.popular .slick-prev {
  z-index: 9;
  width: 50px;
  height: 50px;
  top: 30%;
  left: -18px;
  -webkit-box-shadow: 0px 1px 3px #b5acac;
          box-shadow: 0px 1px 3px #b5acac;
  border-radius: 50%;
  background: white;
}

.popular .slick-next:before,
.popular .slick-prev:before {
  color: #4caf50;
}

.popular .popular-item {
  margin: 0px 10px;
  display: block;
  text-decoration: none;
  color: black;

}

.popular .popular-item .img-container img {
  width: 100%;
  height: 160px;
}

.popular .popular-item .title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  padding: 0px 10px;
}

.popular .popular-item .author {
  font-size: 14px;
  padding: 0px 10px;
}

.popular .popular-item .price {
  font-size: 16px;
  font-weight: 500;
  padding: 0px 10px;
}

.popular .popular-item:hover .img-container {
  overflow: hidden;
}

.popular .popular-item:hover .img-container img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.featured .slick-next:before,
.featured .slick-prev::before {
  color: #4caf50;
}

.featured .slick-next {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 1px 3px #b5acac;
          box-shadow: 0px 1px 3px #b5acac;
  border-radius: 50%;
  background: white;
}

.featured .slick-prev {
  z-index: 9;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 1px 3px #b5acac;
          box-shadow: 0px 1px 3px #b5acac;
  border-radius: 50%;
  background: white;
}

.featured .featured-item {
  -webkit-box-shadow: 0px 1px 2px #0000006e;
          box-shadow: 0px 1px 2px #0000006e;
  padding: 30px;
  margin: 10px auto;
}

.featured .featured-item .img-container img {
  height: 260px;
  width: 100%;
}

.featured .featured-item .title {
  font-size: 26px;
  font-weight: 500;
}

.featured .featured-item .description {
  font-size: 14px;
}

.featured .featured-item .author {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.featured .featured-item .updated {
  font-size: 14px;
}

.featured .featured-item .button-container {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.featured .featured-item .button-container a {
  background: #4caf50;
  padding: 6px 15px;
  line-height: 26px;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

.featured .featured-item .price {
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .featured .featured-item {
    padding: 15px;
  }
  .featured .featured-item .img-container img {
    height: 200px;
  }
  .featured .featured-item .title {
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .featured .featured-item .button-container {
    margin-top: 45px;
  }
}

.category .category-item {
  margin-bottom: 30px;

  
  display: block;
  text-decoration: none;
  color: #3a3939;
}

.category .category-item .img-container img {
  width: 100%;
  height: 160px;
}

.category .category-item .title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
  color: #3a3939;
}

.category .category-item:hover .img-container {
  overflow: hidden;
}

.category .category-item:hover .img-container img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.category-page .popular-item {
  margin: 15px 0px;
  display: block;
  text-decoration: none;
  color: black;
    background: whitesmoke;
}

.category-page .popular-item .img-container img {
  width: 100%;
  height: 160px;
}

.category-page .popular-item .title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  padding:0px 10px;
}

.category-page .popular-item .author {
  font-size: 14px;
  padding:0px 10px;
}

.category-page .popular-item .price {
  font-size: 16px;
  font-weight: 500;
  padding:0px 10px;
}
.category-page .button-container{
    display: flex;
    justify-content: space-between;
}
.category-page .popular-item:hover .img-container {
  overflow: hidden;
}

.category-page .popular-item:hover .img-container img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.category-page .pagination {
  margin-top: 45px;
}

.category-page .page-link {
  color: #2b732d;
}

.category-page .page-item.active .page-link {
  background-color: #4caf50;
  border-color: #4caf50;
}

.video-page {
  padding: 30px 0px;
  background: #eeeeee;
  /* Style the list */
  /* Display list items side by side */
  /* Add a slash symbol (/) before/behind each list item */
  /* Add a color to all links inside the list */
  /* Add a color on mouse-over */
}

.video-page ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

.video-page ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

.video-page ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

.video-page ul.breadcrumb li a {
  color: #424242;
  text-decoration: none;
}

.video-page ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.video-page .video-player-wrapper {
  background: white;
  padding: 15px;
}

.video-page .video-player-wrapper .title {
  font-size: 26px;
  font-weight: 500;
}

.video-page .video-player-wrapper .updated {
  font-size: 14px;
  margin-bottom: 30px;
}

.video-page .video-player-wrapper .description {
  font-size: 14px;
  margin-top: 15px;
}

.video-page .tab-container {
  margin: 30px 0px;
  background: white;
  padding: 15px;
}

.video-page .tab-content {
  margin-top: 15px;
  font-size: 14px;
}

.video-page .featured-section {
  background: white;
  padding: 15px;
}

.video-page .featured-section .feature-title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  border-bottom: 1px solid gray;
}

.video-page .featured-section .popular-item {
  margin: 20px 0px;
  display: block;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #dedddd;
}

.video-page .featured-section .popular-item .img-container img {
  width: 100%;
  height: 120px;
}

.video-page .featured-section .popular-item .title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.video-page .featured-section .popular-item .author {
  font-size: 12px;
}

.video-page .featured-section .popular-item .price {
  font-size: 14px;
  font-weight: 500;
}

.video-page .featured-section .popular-item:hover .img-container {
  overflow: hidden;
}

.video-page .featured-section .popular-item:hover .img-container img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}


.profile-page {
  padding-top: 30px;
}

.profile-page .back-btn {
  margin: 15px 0;
}

.profile-page .back-btn a {
  color: black;
}

.profile-page .main-title {
  margin-top: 60px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
}

.profile-page .profile {
  background: #f3f3f3;
  padding: 45px;
  border-radius: 5px;
}

.profile-page .profile .basic-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile-page .profile .basic-detail .img-container {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-page .profile .basic-detail .info {
  padding-left: 30px;
}

.profile-page .profile .basic-detail .info .name {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  color: #5a5a5a;
}

.profile-page .profile .basic-detail .info .package-type {
  font-size: 14px;
  color: #6d6d6d;
}

.profile-page .profile .basic-detail .info .button-container {
  margin-top: 15px;
}

.profile-page .profile .basic-detail .info .button-container a {
  width: 150px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 10px 0px;
  background: #48b360;
  color: white;
}

.profile-page .profile .basic-detail .info .button-container a:nth-child(2) {
  background: white;
  color: #4caf50;
  margin-left: 10px;
}

.profile-page .profile .basic-detail .info .button-container a:hover {
  -webkit-box-shadow: 0px 2px 12px #c3c3c3;
          box-shadow: 0px 2px 12px #c3c3c3;
}

.profile-page .profile ul {
  margin: 0;
  padding: 0;
}

.profile-page .profile ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.profile-page .profile ul li div:nth-child(1) {
  width: 120px;
  display: inline-block;
}

.profile-page .profile ul li div:nth-child(2) {
  font-size: 14px;
}

.profile-page .profile .enrolled-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
}

.profile-page .profile .enrolled-number div:nth-child(1) {
  width: 50%;
  display: inline-block;
}

.profile-page .profile .enrolled-number div:nth-child(2) {
  color: #4caf50;
}

@media (max-width: 768px) {
  .profile-page .profile {
    padding: 30px 20px;
  }
  .profile-page .profile .basic-detail .img-container {
    margin: 0 auto;
  }
  .profile-page .profile .basic-detail .info {
    text-align: center;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
  }
  .profile-page .profile .basic-detail .info .button-container {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .profile-page .profile .basic-detail .info .button-container a {
    width: 130px;
  }
}
/*# sourceMappingURL=style.css.map */